From 37350f5fc1a1551fee32c15c5a06118e388a22b3 Mon Sep 17 00:00:00 2001 From: Severen Redwood Date: Sat, 30 Aug 2014 14:07:25 +1200 Subject: [PATCH] Fix a minor typo --- src/doc/source/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/source/guide.md b/src/doc/source/guide.md index ea2ab1306..cced5cfaf 100644 --- a/src/doc/source/guide.md +++ b/src/doc/source/guide.md @@ -292,7 +292,7 @@ re-calculate the dependencies, and update things for us: ```shell $ cargo update # updates all dependencies -$ cargo update color # updtes just 'color' +$ cargo update color # updates just 'color' ``` This will write out a new `Cargo.lock` with the new version information. -- 2.30.2